@charset "utf-8";
/* CSS Document */

body,html{margin:0;padding:0;font-family: Microsoft YaHei; font-size: 1rem;  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; cursor:pointer}
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiv{ width:1350px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.mt5 {margin-top: 5px!important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*header*/
.header{
    width: 100%;
    height: 110px;
	background: rgba(255,255,255,.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.logo{
	margin-left: 6%;
}
.navb {
	height: 110px;
	line-height: 110px;
	margin-left: 4%;
	width:48%;
}
.navb .active {
	position: relative;
	float: left;
	width:11%;
	display: inline;
	text-align: center;
}

.navb .on{
	background: #007e90;

}
.navb .on a{
	color: #fff;
	display: block;
	font-size: 16px;
}
.navb .on::after {
    content: '';
    display: block;
    position: absolute;
    top: 70px;
	left: 38%;
    width: 24px;
    height: 23px;
    background:url(../images/smalllogo.png) center no-repeat;
}

.navb h3 {
	font-size: 100%;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}
.navb h3 a {
	zoom: 1;
	display: block;
	color: #fff;
	text-align: center;
}
.navb h3 a:hover {
transition-duration: .3s;
	color: #fff;
	font-weight: bold;
	text-decoration: none;

}

.navb .sub {
	display: none;
	width: 100px;
	position: absolute;
	left: 0px;
	top: 110px;
	float: left;
	line-height: 30px;
	z-index: 1000;
}
.navb .sub2 {
	left: -170px !important;
	width: 510px;
}
.navb .sub li {
	text-align:center;
}
.navb .sub li a {
	color:#5e5e5e;
	display:block;
	zoom:1;
}
.navb .sub li a:hover {
	background:#ddd;
	color:#c00;
}
.navb .sub li a img {
	width: 151px;
	height:129px;
}
.navb .sub li p {
	text-align:left;
}
.mun1 {
	width:510px;
	height:300px;
	background:#f6f6f6;
	-moz-box-shadow:0px 2px 2px #999 inset;
	-webkit-box-shadow:0px 2px 2px #999 inset;
	box-shadow:0px 2px 2px #e4e4e4 inset;
}
.mun1 ul li {
	width:150px;
	float:left;
	height:auto;
	overflow:hidden;
	margin-left:13px;
	margin-top:20px;
}
.mun1 ul li h2 {
	width:100%;
	font-size:14px;
	color:#5e5e5e;
	border-bottom:1px solid #dbdbdb;
	line-height:35px;
	display: block;
    height: 35px;
    overflow: hidden;
}
.nav .sub .mun1 ul li p a {
	width:100%;
	height:28px;
	display:block;
	color:#919191;
	font-size:13px;
	overflow: hidden;
}
.nav .sub .mun1 ul li p a:hover {
	color:#0c438c;
	background:none;
}
.mun1 ul li ul li {
	width:75px;
	float:left;
	margin:0px;
}
.nav .sub .mun1 ul li ul li a {
	color:#919191;
}
.nav .sub .mun1 ul li ul li a:hover {
	color:#0c438c;
	background:none;
}
.htel{
    margin-right: 6%;
    margin-top: 28px;
}
.htel img:hover{
	animation: ball .6s infinite alternate;
}
@media screen and (max-width: 1830px) {
	.logo {margin-left: 1%;}
	.htel {margin-right: 1%;}
}
@media screen and (max-width: 1600px) {
    .navb{margin-left: 1%;}
}
@media screen and (max-width: 1540px) {
    .htel{background: initial;padding-left: 0;}
	.logo img{width: 90%;}
	    padding-left: 65px;
}
@media screen and (max-width: 1410px) {
    .htel{background: initial;padding-left: 0;}
	.logo img{width: 90%;}
}

/*首页banner*/
.focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

.focus .hd {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 99;
  bottom: 60px;
  text-align: center;

}

.focus .hd ul {
  display: inline-block;
  height: 25px;
  padding: 3px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0;
  vertical-align: top;
}

.focus .hd ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 10px;
  vertical-align: top;
  overflow: hidden;
  border: 2px solid #fff;
  text-indent: 20em;
}

.focus .hd ul .on {
  background: #fff;
}

.focus .bd {
  position: relative;
  z-index: 0;
}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}

.focus .bd li img {
  width: 100%;
}

.focus .bd li a {
  -webkit-tap-highlight-color: transparent;
}

.focus .prev {
  position: absolute;
  top: 45%;
  z-index: 999;
  left: 0;
}

.focus .next {
  position: absolute;
  top: 45%;
  z-index: 999;
  right: 0;
}

/* 内页banner */
.banner{width:100%; background:#fafafa;  z-index:11;position: relative;}

.banner_slides{ position:relative; overflow:hidden; width:100%; margin:auto; }

.banner_slides , .slides_container,.slides_control ,.banner_pic{height:830px;}

.banner_slides li.slidesjs-slide{width:100%;height:830px;}

.banner_slides li a{}

.banner_pic{display:block; width:100%; height:830px;}

.slides_btn{position:absolute; z-index:999;display:block;width:40px;height:70px;margin-top:-35px;top:50%;overflow: hidden;text-indent:-9999px; background-color:#fff;filter:alpha(opacity=20); /*IEÂË¾µ£¬Í¸Ã÷¶È50%*/-moz-opacity:0.2; /*FirefoxË½ÓÐ£¬Í¸Ã÷¶È50%*/opacity:0.2;/*ÆäËû£¬Í¸Ã÷¶È50%*/ background-position: center center; background-repeat:no-repeat; }

.banner:hover .slides_btn{filter:alpha(opacity=60); -moz-opacity:0.6; /*FirefoxË½ÓÐ£¬Í¸Ã÷¶È50%*/opacity:0.6;}

.btn_previous{ left:4%; background-image:url(../images/pre01.png);}

.btn_previous:hover{ background-color:#333;background-image:url(../images/pre02.png);}

.btn_next{ right:4%; background-image:url(../images/next01.png);}

.btn_next:hover{ background-color:#333;background-image:url(../images/next02.png);}


.slides_pagination {
	width:100px;
	height:15px;
	bottom:30px;
	right:50%;
	margin-right:-37px;
	position:absolute;
	z-index:100;
	text-align:center;
}
.slides_pagination li {
	margin: 0 7px;
	display:inline-block;
	width:10px;
+float:left;
}
.slides_pagination li a {
	display:inline-block;
*display:inline;
	zoom:1;
	overflow:hidden;
	width:10px;
	height:10px;
	line-height:50px;
	border:2px solid #fff;
	color:#666;
	border-radius:100%;
}
.slides_pagination li a.active, .slides_pagination li a:hover.active, .slides_pagination li a:hover {
	background:#fff;
	color:#fff;
	border:2px solid #fff;
}


/*数字*/
.topdw{
	position: relative;
}
.htnum{
	height: 330px;
    width: 1350px;
    background:#fff;
	position: absolute;
	bottom:-290px;
	left: 50%;
	margin-left: -675px;
	z-index: 999;
	box-shadow: 0 0 10px #999;
}
.sanlie{
	height: 150px;
}
.sanlie ul li{
	float: left;
	background:#0090a5;
	height: 150px;
}
.sanlie ul li:nth-child(2){
    background: #00899c;
}
.sanlie ul li:nth-child(3){
    background: #007e90;
}
.sanlie ul li .a_tel{
	width: 290px;
	background: url(../images/a_tba.jpg) 35px center no-repeat;
	padding: 35px;
	height: 80px
}
.sanlie ul li .a_tel p{
	color: #fff;
	font-size: 16px;
	padding-left: 60px;
	margin-top: 5px;
}
.sanlie ul li .a_tel p span{
	font-family: "Arial";
	font-size: 28px;
	display: block;
}
.sanlie ul li .a_dizhi{
	width: 440px;
	background: url(../images/a_tbb.jpg) 35px center no-repeat;
	padding: 35px;
	height: 80px
}
.sanlie ul li .a_dizhi p{
	color: #fff;
	font-size: 16px;
	padding-left: 68px;
	display: block;
    margin-top: 15px;
}
.sanlie ul li .sousuok{
    width: 480px;
}
.sanlie ul li .sousuok form{
    width: 400px;
    height: 38px;
    background: #fff;
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 40px;
}
.sanlie ul li .sousuok form input{
    float: left;
    width: 235px;
    height: 38px;
    color: #333;
    font-size: 13px;
    line-height:38px;
    padding-left: 20px;
    box-sizing: border-box;
    background: none;
    border:0;
}
.sanlie ul li .sousuok form button{
    float: right;
    height: 38px;
    background: #ff7200 url(../images/sou.png) 10px center no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    padding-left: 28px;
    width: 95px;
    border-radius: 0 25px 25px 0;
}
.sanlie ul li .sousuok p{
	color: #fff;
	font-size: 15px;
	display: block;
	display: block;
    margin-left: 62px;
    margin-top: 15px;
}
.sanlie ul li .sousuok p a{
	color: #fff
}


.ys_box{
	width: 1350px;
	margin: 0 auto;
}
.ys_box ul li{
    float: left;
    width: 337px;
    height: 180px;
    background: url(../images/xian.jpg) right center no-repeat;
}
.ys_box ul li:nth-child(4){
    background: initial;
}

.ys_box ul li .li_box{
    width: 337px;
    height: 100px;
    margin-top: 23px;
    text-align: center;
}
.ys_box .div1{
    position: relative;
}
.ys_box .div1 .span1{
    font-size:60px;
    color: #333;
    font-family: "Arial";
    position: relative;
}
.ys_box .div1 .span3{
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background: #007e90;
    position: absolute;
    bottom: 25px;
    right: 75px;
    text-align: center;
    line-height: 33px;
    color: #fff
}

.ys_box .div2{
	margin-left: 20px;
}
.ys_box .div2 .span3{
	display:block;
	line-height: 32px;
	color: #fff;
	font-size: 20px;
}
.ys_box .div2 .span2{
    font-size: 18px;
    color: #666;
}
.ys_box ul li:hover{
	cursor: pointer;
}
.ys_box ul li:hover img{
	animation: ball .6s infinite alternate;
}



/*service*/
.service{
    margin-top: 290px;
    height: 490px;
    background: url(../images/bj_a.jpg) center no-repeat;
}
.service_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.ser_l{
    float: left;
    width: 520px;
    margin-top: 70px;
}
.ser_r{
    float: right;
    margin-top: 60px;
}
.ser_l p{
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-top: 30px;
}
.ser_l a{
    display: block;
    text-align: center;
    color: #fff;
    line-height: 45px;
    width: 160px;
    border-radius: 50px;
    background: #007e90;
    font-size: 15px;
    margin-top: 45px;
}
.ser_l a:hover{
    background: #ff7200;
}
.ser_r ul li{
    float: left;
    width: 260px;
    height: 370px;
    position: relative;
    cursor: pointer;
}
.ser_r ul li:nth-child(1){
    background: url(../images/fuwu1.jpg) center center no-repeat;
}
.ser_r ul li:nth-child(2){
    background: url(../images/fuwu2.jpg) center center no-repeat;
}
.ser_r ul li:nth-child(3){
    background: url(../images/fuwu3.jpg) center center no-repeat;
}
.icon{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    transition: all 0.6s;
}
.ser_r ul li:nth-child(1) .icon{
    background-position: -88px -13px;
}
.ser_r ul li:nth-child(2) .icon{
    background-position: -177px -21px;
}
.ser_r ul li:nth-child(3) .icon{
    background-position: -267px -13px;
}
.cir{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.6s;
}
.cir i,.cir em{
    display: block;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.cir i{
    width: 100px;
    height: 100px;
}
.cir em{
    width: 150px;
    height: 150px;
}
.cover{
    position: absolute;
    width: 230px;
    height: 337px;
    border: 1px solid rgba(255,255,255,.3);
    margin: 15px;
    opacity: 0;
    transition: all 0.6s;
}
.cover h3{
    color: #fff;
    text-align: center;
    margin: 15px 0;
    font-size: 20px;
    margin: 185px auto 15px auto;
}
.cover>a{
    display: block;
    width: 100px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #ff7200;
    border-radius: 15px;
    margin: 0 auto;
    font-size: 15px;
}
.ser_r ul li.active .cir{
    opacity: 0;
}
.ser_r ul li.active .cover{
    opacity: 1;
}
.ser_r ul li.active .icon{
    top: 44%;
}
/*分类*/
.probj{
	width: 100%;
	height: 1500px;
	background: url(../images/bj_cp.jpg) center bottom no-repeat;
}
.pnav{
	width: 1300px;
	margin: 0 auto;
}
.pnav ul li{
	float: left;
	width: 175px;
	height: 45px;
	background: #007e90;
	border-radius: 100px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
    line-height: 45px;
}
.pnav ul li a{
	display: block;
	color: #fff;
	font-size: 16px;
}
.pnav ul li:hover{
	background: #ff7200
}
.ptit{
	text-align: center;
	margin-top: 70px;
}
.ptit a{
	color: #fff;
	font-weight: bold;
	font-size: 38px;
}
.ptit em{
	display: block;
	width: 35px;
	height: 5px;
	background: #ff7200;
	margin: 0 auto;
	margin-top: 10px;
}
.pmore{
	width: 100px;
	height: 40px;
	background: #fff;
	border-radius: 0 6px;
	text-align: center;
	line-height: 40px;
	float: right;
	margin-top: -60px;
}
.pmore a{
	color: #007e90;
	display: block;
}
.pmore:hover{
	background: #ff7200
}
.pmore:hover a{
	color: #fff
}
/*pro*/
.pro_show{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
	height: 1010px;
	margin-top: 30px;
}
.pro_go ul{overflow: hidden;}
.pro_go ul li{
    width: 24%;
    margin: 12px 0.5%;
    float: left;
    position: relative;
}
.cpimg{
	width: 100%;
	height: 430px;
	background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;

}

.pro_go ul li .p1{
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    transition: all 0.6s;
	background: #fff
}
.pro_go ul li .p1 .sytitle{
	color: #000;
	font-size: 17px;
	display: block;
}

.pro_go ul li:hover .p1{
    background: #ff7200;
}
.pro_go ul li:hover .sytitle{
	color: #fff;
}
.pro_go ul li .p2{
	display: block;
	width: 100%;
	height: 430px;
	background: rgba(0,0,0,.65);
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
    display: none;
}
.pro_go ul li .p2 .smore{
	display: block;
	height: 45px;
	background: url(../images/soua.png) center no-repeat;
	margin-top: 170px;
}
.pro_go ul li .p2 .cptel{
	font-size: 33px;
	color: #fff;
	font-family: "Arial";
	display: block;
	margin-top: 10px;
}
.pro_go ul li:hover .p2{
	display: block;
}

/*jiameng*/
.jiameng{
    width: 100%;
    background: url(../images/bj_lc.jpg) center bottom no-repeat;
    height: 850px
}
.tit{
	text-align: center;
}
.jm_con{
    background: url(../images/lc_line.png) right center no-repeat;
}
.jm_l{
    float: left;
    background: url(../images/case_l.png) center center no-repeat;
    width: 390px;
    height: 580px;
    box-sizing: border-box;
    color: #fff;
    padding: 50px 30px;
}
.jm_l h3{
    font-size: 33px;
    font-weight: bold;
}
.jm_l p{
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0 35px 0;
}
.jm_l ul li{
    float: left;
    width: 159px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    margin: 3px;
    box-sizing: border-box;
    border: 1px solid #75c0d2;
}
.jm_l ul li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.jm_l ul li:hover{
    border: rgba(255,255,255,.6);
}
.jm_l ul li:hover a{
    background: #ff7200;
}
.jm_l>a{
    display: block;
    margin-top: 30px;
    width: 165px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 20px;
    background: #ff7200;
    line-height: 40px;
}

.jm_r{
    float: right;
    width: 830px;
    margin-right: 70px;
}
.jm_r ul{
    margin-top: 50px;
}
.jm_r ul li{
    float: left;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
}
.jm_r ul li div em{
    margin-top: 10px;
    font-size: 18px;
    color: #000;
}
.jm_r ul li div i{
    font-size: 13px;
    text-transform: uppercase;
    color: #989898;
    margin-top: 3px;
    display: block;
    font-style: normal;
    margin-bottom: 35px;
}
.jm_r ul li span{
    transition: all 0.6s;
    display: block;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    margin: 5px;
}
.jm_r ul li:hover span{
    transform: rotateX(360deg);
    box-shadow: 0 0 5px rgba(0,143,63,.3);
}

/*adv*/
.advbj{
	width: 100%;
	height:770px;
	background:url(../images/bj_ys.png) center no-repeat;
	margin-top: -198px;
	position: relative;
	z-index: 222
}
.h50{height: 113px;}
.ys_gg{
	width: 1350px;
	height: 180px;
	margin: 0 auto;
	background: url(../images/bj_gg.jpg) center no-repeat;
	box-shadow: 0 0 10px #999;
}
.ys_gg .gga{
	font-size: 16px;
	color: #007e90;
	display: block;
	margin-left: 35px;
	margin-top: 45px;
}
.ys_gg .gga b{
	font-size: 36px;
	color: #007e90;
	display: block;
	margin-bottom: 5px;
}
.ys_gg .ggb{
	display: block;
	background: url(../images/tela.png) left center no-repeat;
	font-size: 18px;
	color: #333; 
	padding-left: 70px;
	margin-left: 40px;
    margin-top: 53px;
}
.ys_gg .ggb span{
	font-size: 35px;
	font-family: "Arial";
	color: #007e90;
	display: block;
}
.ys_gg a{
	display: block;
	width: 145px;
	height: 50px;
	background: #ff7200;
	border-radius: 5px;
	float: left;
	margin-left: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 17px;
	margin-top: 65px;
}
.ys_gg a:hover{
	background: #007e90
}
.ys_gg img{
	float: right;
	margin-right: 20px;
    margin-top: 18px;
}
.yy_bt{
	text-align: center;
	color: #fff;
	margin-top: 38px;
}
.yy_bt b{
	font-size: 40px;
}
.yy_bt span{
	display: block;
	font-size: 23px;
}


/*优势*/
.youshi_center_2{height: 530px;width: 1350px;margin: 0 auto; margin-top: 50px;}
.youshi_center_2 ul li{float: left;width: 22.75%;margin-right: 3%;height: 500px;background: #FFF;cursor: pointer;box-shadow: 0 0 15px #cccccc}
.youshi_center_2 ul li:hover{}
.youshi_center_2 ul li:last-child{margin-right: 0}


.youshi_title{margin-bottom: 120px;display: block;}
.youshi_title span{display: block;margin-bottom: 8px}
.youshi_title span:nth-child(1){font-size: 24px;color: #FFF;padding-top: 50px;}
.youshi_title span:nth-child(2){font-size: 40px;color: #FFF;font-weight: bolder}
.youshi_title span:nth-child(3){font-size: 40px;color: #FFF;font-weight: bolder}

.youshi_center_2 ul li .youshiimg{height: 295px;overflow: hidden;background-size: 100% 300px}

.youshiimg .img_nei{
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.youshiimg .img_nei:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.youshi_center_2 ul li h1{font-size: 23px;display: block;padding: 0 18px;margin-top: -50px;position: relative;color: #fff;font-weight: bold;}
.youshi_center_2 ul li span{font-size: 15px;display: block;padding: 20px 20px;line-height: 30px;color: #333}
.youshi_center_2 ul li label{display: block;width: 23px;height: 3px;background: #007e90;margin-left: 20px;margin-top: 40px;}
.youshi_center_2 ul li button{display: block;width: 90%;background: #ff7200;height: 40px;line-height: 40px;margin: auto;border-radius: 3px;font-size: 18px;text-align: center;border:0;}
.youshi_center_2 ul li button a{color: #FFF;}



/*case*/
.albt{
	text-align: center;
	margin-top: 250px;
}
.albt a{
	font-weight: bold;
	color: #000;
	font-size: 38px;
}
.albt a span{
	color: #007e90
}
.albt em{
	display: block;
	width: 37px;
	height: 5px;
	background: #ff7200;
	margin:0 auto;
	margin-top: 10px;
}
.albt a:hover{
	color: #007e90
}
#certify{
    position: relative;
    width:100%;
    left:50%;
    margin-left:-960px;
    margin-top:40px;
    height: 650px;
}

#certify .swiper-container {
	padding-bottom:66px;
}

#certify .swiper-slide {
	width:810px;
	height:560px;
	background: #fff;
  padding:0px;
  border-radius:20px;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  position: relative;
}
#certify .swiper-slide span{
    position: absolute;
    width: 750px;
    height: 500px;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    margin: auto;
}
#certify .swiper-slide span img{
    width: 100%;
    max-height: 500px;
}
#certify .swiper-slide a{
  display: block;
  width:100%;
  height:100%;
}
#certify  .swiper-slide img{
    display:block;
    position:relative;
    border-radius:25px;
}
#certify  .swiper-slide.swiper-slide-active .mask{
    width:750px;
    /* background: url(../images/mask.png) repeat; */
    height:500px;
    position:absolute;
    left:50%;
    top:29px;
    margin-left:-375px;
    border-radius:26px;
    z-index:999;
    display:block;
}

#certify  .swiper-slide p{display:none;}
#certify  .swiper-slide.swiper-slide-active p {
    text-align: center;
    color: #fff;
    font-size: 32px;
    opacity: .9;
    position: absolute;
    width: 750px;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    display: block;
    z-index: 9999;
    background:#007e90;
    padding: 10px 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #007e90;
	width: 10px;
	height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color: #ff7200;
    width:15px;
    height: 15px;
    vertical-align: middle;
}



/*新闻*/
.newbj{background: #fafafa;padding-top: 30px;margin-top: 35px;padding-bottom: 75px;}
.mnew20190815{width: 100%;margin: auto;margin-top: 40px;}
.mnew20190815 a{color: #333}
.mnew20190815 ul li{width: 32%;height: 210px;background: #FFF;float: left;padding-top: 10px;margin-right: 2%;border-radius: 0 15px 0 0;}
.mnew20190815 ul li:last-child{margin-right: 0}

.myup{position: absolute;margin-top: 0;display: block;width: 32%}
.mydown{position: absolute;margin-top: 120px;display: block;width: 32%}
.mydown .jiantou2{display: inline-block;float: right;font-size: 40px;color: #d9233f}

.mnew20190815 ul li h1{font-size: 24px;font-weight: normal;padding: 10px 25px 0 25px;margin-bottom: 0}
.mnew20190815 ul li span{font-size: 15px;color: #CCC;font-weight: normal;line-height: 30px;display: block;padding: 5px 25px}

.newdi{height: 40px;line-height: 40px;padding: 0px 25px;font-size: 30px;}
.newsimg{height: 240px;width: 100%}
.news_img{height: 240px;width: 100%}

.gengduo{width: 200px;height: 50px;line-height: 50px;background: #007e90;text-align: center;margin: 35px auto;color: #FFF;border-radius: 3px;}
.gengduo a{display: block;}
.gengduo:hover{background: #ff7200;text-align: center;margin: 35px auto;color: #FFF!important;border-radius: 3px;}


/*底部*/
.footer{
	width:100%;
	height: 465px;
	background: url(../images/footbj.jpg) center no-repeat;
}
.foot_l{
	width: 750px;
}
.dbnav{
   margin-top: 60px;
}
.dbnav p{
	color: #fff;
	font-size: 18px;
	background: url(../images/yuan.png) left center no-repeat;
	padding-left: 40px;
}
.dbnav p span{
	color: #bababa;
	font-size: 16px;
}
.dbnav ul li{
	float: left;
	text-align: center;
	margin-top: 20px;
	padding-left: 20px;
    padding-right: 20px;
}
.dbnav ul li a{
	font-size: 16px;
	color: #b2b2b2;
	position: relative;
}
.dbnav ul li a::after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    width: 8px;
    height: 1px;
    background: #b2b2b2;
    right: -18px;
}
.dbnav ul li:last-child a::after{
	background: initial;
}
.dbnav ul li a:hover{
	text-decoration: underline;
}
.copy{
	font-size: 15px;
	color: #e7e7e7;
	margin-top: 75px;
	text-align: center;
}
.copy a{
	color: #e7e7e7
}
.foot_r{
	width: 450px;
	color: #fff;
	margin-top: 65px;

}
.foot_r h3{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.foot_r p{
    font-size: 23px;
    display: block;
    margin-top: 15px;
    margin-bottom: 18px;
}
.foot_r p b{
	display: block;
	font-weight: normal;
	font-size: 37px;
	font-family: "Arial";
}
.foot_r ul li{
	float: left;
	margin-right: 75px;
	line-height: 45px;
}
.foot_r ul li span{
	display: block;
	text-align: center;
}



/*当前导航*/
.breadcrumbs {
	height: 61px;
    font-size: 14px;
    line-height: 60px;
    color: #fff;
    background: #007e90;
    width: 1350px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 50%;
    margin-left: -675px;
}
.breadcrumbs .dh_box {
	width: 1350px;
	margin: 0 auto
}
.breadcrumbs .sortName {
	color:#fff;
	font-size:22px;
	font-weight:700;
}
.breadcrumbs .dqdhMain {
	color: #fff;
	padding-left: 30px;
}
.breadcrumbs .dqdhMain a {
	font-size: 15px;
	color: #fff;
	display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
	text-decoration:underline;
	color:#fff;
}
.breadcrumbs .dqdhMain .span2 {
	color:#fff;
	font-size: 14px;
	display:inline-block;
	padding:0 5px;
}
.breadcrumbs .indexa {
}
.breadcrumbs .span1 {
	color:#fff;
	padding:0 10px 0 30px;
	background:url(../images/dizhi.png) left center no-repeat;
	font-size: 15px;
}
.breadcrumbs .dqdh_class {
	margin-top:10px;
}
.breadcrumbs .dqdh_class li {
	float:left;
	padding:0 15px 0 0px;
}
.breadcrumbs .dqdh_class li a {
	display:block;
	padding:0 50px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:23px;
	position:relative;
}
.breadcrumbs .dqdh_class li a::before, .breadcrumbs .dqdh_class li a::after {
content:'';
display:block;
position:absolute;
top:50%;
margin-top:-6px;
height:12px;
width:1px;
border-left:1px solid #fff;
border-right:1px solid #fff;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}
.about_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 40px;
    position: relative;
    padding-bottom: 40px;
}
.about_l{
    width:100%;
}
.about_tit p{
    color: #707070;
    font-size: 17px;
    font-weight: normal;
    padding-left: 20px;
    position: relative;
    margin-top: 25px;
}

.about_tit{
    margin-bottom: 30px;
	text-align: center;
}
.about_tit>i{
	display: block;
	font-style: normal;
	font-size: 75px;
	color: #e6e6e6;
	font-weight: bold;
}
.about_tit>em{
    font-size: 42px;
    line-height: 1;
    color: #1d1d1f;
    font-weight: bold;
    position: relative;
    display: block;
    margin-top: -50px;
}
.about_l>p{
    font-size: 15px;
    color: #333;
    line-height: 30px;
    margin-top: 15px;
}
.about_tit1{
    margin-bottom: 30px;
    text-align: center;
}
.about_tit1>em{
    font-size: 42px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    position: relative;
    margin: 0 auto;
}
.about_tit1 p{
    margin-top: 8px;
}
/*内页联系方式*/
.page{
    
}
.page_con{
    width: 1350px;
    margin: 60px auto;
    position: relative;
}
.page_con::after{
    content: '';
    display: block;
    clear: both;
}
.page_tit h4{
    position: relative;
    color: #333333;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: normal;
}
.page_tit{
	margin-bottom: 30px;
}
.page_tit h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 5px;
    background: #00a38b;
}
.page_contact{
    position: relative;
}
.page_contact h3{
    text-align: left;
    font-size: 48px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
	font-family: 'Calisto MT', Helvetica, sans-serif;
	margin-left: 20px;
}
.page_contact em{
    color: #9fa09f;
    font-size: 15px;
	margin-left: 20px;
}
.page_contact h4{
    font-size: 34px;
    color: #007e90;
    margin: 30px 0;
	font-weight: bold;
	margin-left: 20px;
}
.page_contact ul{
    width: 90%;
	margin-left: 20px;
}
.page_contact ul li{
    float: left;
    margin-right: 2%;
    color: #333;
    line-height: 40px;
}
.page_contact ul li::before{
    content: '';
    display: inline-block;
    width: 22px;
    height: 20px;
    background-image: url(../images/contact_con.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 4px;
}
.page_contact ul li:nth-child(1)::before{
    background-position: 1px 0;
}
.page_contact ul li:nth-child(2)::before{
    background-position: -22px 0;
}
.page_contact ul li:nth-child(3)::before{
    background-position: -46px 0;
}
.msg{
    width: 100%;
    height: 350px;
    background: #007e90;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 60px;
}
.msg span{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 52px 80px 0 80px;
}
.msg span i{
    font-size: 32px;
    color: #fff;
	font-style: normal;
}
.msg span p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-top: 5px;
}
.msg form {
    width: 1200px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}
.msg form textarea{
    width: 380px;
    height: 50px;
    background: #fff;
    color: #666;
    font-size: 15px;
    padding-left: 20px;
    border: none;
    line-height: 50px;
}
.msg form input,.msg form button{
    width: 120px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding-left: 20px;
}
.msg form textarea,.msg form input,.msg form button{
    float: left;
    margin-left: 5px;
}
.yz{
    overflow: hidden;
    float: left;
}
.yz img{
    width: 140px;
    min-height: 50px;
    height: auto;
    margin-left: 5px;
}
.msg form button{
    background: #ff7200;
    color: #fff;
    padding: 0;
    float: right;
    border-radius: 5px;
    cursor: pointer;
	font-size: 18px;
}
.hua{
    position: absolute;
    right: -86px;
    top: 0;
}



/*新闻列表页*/
.main {
    background: #f5f5f5;
    height: auto;
}
.mainBox {
    padding-bottom: 100px;
}
.tit1 {
    text-align: center;
    position: relative;
	padding-top: 50px;
}
.tit1 h3 {
    font-size: 40px;
    color: #333;
}
.tit1 h3 span {
    display: inline-block;
    width: 169px;
    height: 58px;
    background: url(../images/icon1.png) -123px -4px no-repeat;
    color: #fff;
    font-size: 30px;
    line-height: 54px;
    vertical-align: middle;
    margin-right: 8px;
}
.tit1 p {
    color: #333;
    font-size: 15px;
    margin-top: 5px;
}
.page_news{
    position: relative;
}
.page_news ul{
    overflow:  initial;
    position: relative;
}
.page_news ul::after{
    content: '';
    display: block;
    clear: both;
}
.page_news ul li{
    width: 325px;
    height: 470px;
    box-shadow:0 0 25px 3px #f2f2f2 ;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    float: left;
    position: relative;
    z-index: 11;
    transition: all 0.6s;
}
.page_news ul li:hover{
    margin-top: -40px;
}
.page_news ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.page_news ul li span{
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: block;
}
.page_news ul li span img{
    width: 100%;
    height: auto;
    min-height: 240px;
}
.page_news ul li em{
    color: #828282;
    font-size: 18px;
	font-family: "Arial";
}
.page_news ul li h3{
    font-size: 18px;
    margin: 15px 0 10px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:90%;
}
.page_news ul li p{
    overflow: hidden;
    height: 48px;
    margin-bottom: 20px;
    color: #999999;
    font-size: 13px;
    line-height: 24px;
}
.page_news ul li i{
    padding: 20px 0 5px;
    color: #828282;
    font-size: 14px;
    border-top: 1px solid #eeeeee;
    position: relative;
	display: block;
	font-style: normal;
}
.page_news ul li i::after{
    content: '';
    display: block;
    width: 23px;
    height: 6px;
    background: url(../images/more.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 57%;
}
.page_news ul>div{
    width: 325px;
    height: 500px;
    float: left;
    margin-right: 12px;
    margin-top: 40px;
}
.ddes{
    padding: 20px;
    background: #fff;
	height: 100%;
}
.page_news_tit a:hover::after{
    right: 16px;
}
.page_news_tit a::after {
    content: '';
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    height: 6px;
    width: 17px;
    background: url(../images/icon.png) -109px -168px no-repeat;
    margin-top: -3px;
    transition: all 0.6s;
}
.page_news ul li:hover h3,.page_news ul li:hover i{
    color: #007e90;
}
/*fenye*/
.fenye {
	text-align:center;
	color:#666;
	font-size:14px;
	line-height:30px;
	padding:20px 0;
}
.fenye .rows {
	color:#666;
	font-size:13px;
	padding:0 10px;
}
.fenye .current {
	display: inline-block;
	color:#1d76f8;
	font-size:14px;
	padding:0 5px;
}
.fenye .num, .fenye .next {
	display:inline-block;
	margin:0 3px;
	padding:0 10px;
	border:1px solid #ddd;
	color:#666;
	font-size:14px;
	height:28px;
	line-height:27px;
	border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
	background-color:#cc0000;
	color:#fff;
	border:1px solid #cc0000;
}
/*新闻详情*/
.main .main_right {
    width: 100%;
    padding-top: 5px;
    background: #fff;
}
.tT01 {
	text-align:center;
	line-height:35px;
	padding-top:50px;
}
.tT01 .span1 {
	font-size:24px;
	color:#444;
}
.subtitle {
	font-size: 16px;
	line-height:50px;
	height: 50px;
	color: #8F8F8F;
	text-align:center;
	margin-top: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.subtitle span {
	padding:0 30px;
}
.subtitle .timea{
	background: url(../images/shijian.png) left center no-repeat;
}
.subtitle .liulan{
	background: url(../images/liulan.png) left center no-repeat;
}

.text {
    line-height: 35px;
    font-size: 15px;
    color: #333;
    margin-top: 10px;
    padding: 30px;
}
.viewpage {
	margin:0;
	padding:20px 0 50px 0;
}
.viewpage .main_r_nav {
    font-size: 14px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    height: 45px;
    background: #0194a9;
    border-radius: 50px;
    line-height: 45px;
    color: #fff;
}
.viewpage .main_r_nav a {
	font-size:14px;
	color:#fff
}
.viewpage .main_r_nav a:hover {
	text-decoration:underline;
}

/*产品列表页*/
.list_pro_con {
    width: 78%;
    margin: 0 auto;
	margin-bottom: 30px;
}
.list_pro_con>ul li{
    float: left;
    margin-top: 17px;
    border: 1px dashed #969696;
    margin-left: -8px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    width: 14.6%;
    text-align: center;
	height: 40px;
}
.list_pro_con>ul{
    overflow: initial;
}
.list_pro_con>ul::after,.list_pro_con::after{
    content: '';
    display: block;
    clear: both;
}
.list_pro_con>ul li a{
    color: #333;
    width: 100%;
    height: 100%;
    display: block;
}
.list_pro_con>ul li:hover{
    background: #007e90;
}
.list_pro_con>ul li:hover a{
    color: #fff
}
/*产品详情页*/
.product_top {
}
.product_top .l_img {
	width:630px;
	height:550px;
	background-color:#fff;
	text-align:center;
	display:table;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
	display:block;
	width:100%;
	height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.product_top .l_img span img {
	width:550px;
	height:550px;
}
.product_top span img {
	display:inline-block;
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.product_top .r_box {
	width:680px;
}
.product_top .r_box .product_title {
	border-bottom:1px solid #ddd;
	padding:10px 0 8px 0;
}
.product_top .r_box .product_title h2 {
	font-weight:700;
	font-size:26px;
	color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
	font-size:14px;
	color:#b7b7b7;
	padding-top:8px;
}
.product_top .subtitle span {
	display:block;
	padding-left:25px;
	line-height: 23px;
	height: 24px;
}
.product_top .subtitle span.span1 {
	background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
	background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
	height:40px;
	line-height:40px;
	font-size:15px;
	color:#717171;
}
.product_top .keyword span {
	font-size:18px;
	color:#0059A9;
}
.product_top .desc {
	font-size:14px;
	color:#717171;
	line-height:30px;
	margin-top: 15px;
}
.product_top .desc span {
	display:block;
	float:left;
	width:200px;
}
.product_top .desc p {
	display:block;
	width:680px;
	line-height: 28px;
	font-size: 15px;
	color: #8b8b8b;
    margin-bottom: 10px;
}
.product_top .lianxi {

}
.product_top .lianxi .a {
	display:block;
	height:50px;
	line-height:50px;
	float:left;
	margin-right:30px;
	color:#e50100;
	font-size:18px;
	border-bottom:1px solid #e50100;
	padding-left:28px;
}
.product_top .lianxi .a.a_qq {
	background:url(../images/QQ.png) left center no-repeat;
}
.product_top .lianxi .a.a_tel {
	background:url(../images/teld.png) left center no-repeat;
}
.product_top .dianhua {
    height: 40px;
    padding: 0 30px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    background-color: #0051a4;
    margin-top: 50px;
    width: 130px;
}
.product_top .dianhua a {
	color:#fff;
	display: block;
}
.product_top .dianhua:hover {
	background-color:#e50100;
}
.share {
	margin-top:10px;
}
.share .span1 {
	line-height:32px;
	color:#999;
	padding-right:10px;
	font-size:15px;
}
.xiangqing {
	border-top: 50px solid #fff;
}
.xiangqing_top .a_nav {
	display:block;
	float:left;
	width:190px;
	background-cologr:#fff;
	border-bottom:2px solid #e50000;
	color:#eea200;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:18px;
}
.xiangqing_top .a_nav.active {
	background-color:#e50000;
	color:#fff;
}
.contenta {
	background: #fff;
	border: 1px solid #ddd;
}
.contact_title2 {
	text-align: center;
	font-size: 18px;
	color: #888;
}
.lx_b {
	width: 100%;
	height: 422px;
	border: 1px solid #000;
	margin-top: 30px;
}
.lx_list {
	background-color: #fff;
	width: 275px;
	margin: 39px 10px;
	min-height: 300px;
}
.lx_list p {
	line-height: 35px;
	font-size: 16px;
	color: #666;
	padding-left: 30px;
}
/*在线留言*/
.lybt{ text-align:center; margin-top:40px;}

.lybt span{font-size: 43px;line-height: 45px;text-transform: uppercase;color:#5a5a5a;}

.lybt h3{ display:block; font-size:20px; line-height:45px;color:#5a5a5a; background:url(../images/xiana.jpg) center center no-repeat;}

.liuyan{ margin-top:30px; text-align:center;}

.liuyan span{ font-size:20px;color: rgb(215, 12, 25);}

.liuyan a{ font-size:16px;color: #CCCCCC;}

.liuyan p{ font-size:16px;color: #666666; line-height:30px;}
#faqbox{padding:50px 0 50px 280px;}

#faqbox form{}

#faqbox .faqline{line-height:2em;text-align:left; padding-bottom:10px; color:#999; font-size:13px;}

#faqbox .faqtit{width:150px;display:block;float:left;clear:both;text-align:right; color:#555;}

#faqbox .Content{line-height:2em;text-align:left; padding-bottom:10px;}

#faqbox font{margin:0 5px;}

#faqbox .FaqTitle{ height:50px; line-height:50px; padding:0 10px; border:1px solid #ddd; width:435px; vertical-align:top;}

#faqbox .Content textarea{height:100px;}

.wizfrm{ border:none;width:455px;height:50px;line-height:50px;font-size:16px;color:#fff;text-align:center;cursor:pointer;background:#fff; margin-top:20px;  font-family:'Microsoft YaHei';-moz-transition: all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; border-radius:5px;background-color:#ff7200; }

.wizfrm:hover{ background-color:#007e90; }
